Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Lines | 5 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | var Cache = /** @class */ (function () { |
|
2 | function Cache(cacheItem, timer) { |
||
3 | this.cacheItem = cacheItem; |
||
4 | this.timer = (timer * 1000); |
||
5 | this.timeCached = (new Date()).getTime(); |
||
6 | } |
||
7 | Cache.prototype.get = function () { |
||
24 | //# sourceMappingURL=cache.js.map |